home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 110 / CD Gamer Issue 110 (June 2002) (Disc 1).BIN / demo.dxr / 00117_install 5.ls < prev    next >
Encoding:
Text File  |  2002-04-18  |  337 b   |  15 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("installhigh")
  3.   cursor(280)
  4.   sound(1).play(member("rollover9"))
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to member("install")
  9.   cursor(-1)
  10. end
  11.  
  12. on mouseUp
  13.   open(the moviePath & "games\free games\", "hd:\windows\explorer.exe")
  14. end
  15.